Multitasker:

;Str6		;Carries Name of Program in Tasker
;Str7		;
;Str8		;
;Str9		;

;Add program to tasker, still loads program
Str0->Str((6-9))	;Stores prgm name to a string
Str0
asm(prgmZRUN)		; ZRUN program executes prgm

;Return to task manager

;Load program from tasker

Str((6-9))->Str0	;Selected name -> Str0
Str0
asm(prgmZRUN)		;runs "str0" program